* keyboard.h (internal_last_event_frame): This should be extern,
authorJim Blandy <jimb@redhat.com>
Sun, 14 Mar 1993 21:43:17 +0000 (21:43 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 14 Mar 1993 21:43:17 +0000 (21:43 +0000)
dummy.

src/keyboard.h

index e44f6a800ebc333df150a2e657c057e8acf57093..c397c9b6e2f050afcd26f289d5ede6c7607d0e11 100644 (file)
@@ -43,7 +43,7 @@ extern int this_command_key_count;
    generate switch-frame events.  This may be cleared by functions
    like Fselect_frame, to make sure that a switch-frame event is
    generated by the next character.  */
-Lisp_Object internal_last_event_frame;
+extern Lisp_Object internal_last_event_frame;
 #endif
 
 \f